Azure IoT Hub
https://gyazo.com/f0bb5824a8e0b79932296fe029a3c3e2
一緒に使うといいやつ
実装
GitHub.icon
デバイス接続文字列
取得
az iot hub device-identity show-connection-string --hub-name {YourIoTHubName} --device-id MyNodeDevice --output table
サービス接続文字列
取得
az iot hub show-connection-string --name {YourIoTHubName} --policy-name service --output table
注意
IoT ハブ名
機密、個人情報載せない
便利リンク